Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.ecm.platform.commandline.executor.service.defaultContrib--commandTester

This contribution is part of XML component org.nuxeo.ecm.platform.commandline.executor.service.defaultContrib inside nuxeo-platform-commandline-executor-6.0.jar

Documentation

Simple default tester that only checks for command existence in the system path.

Extension Point

Extension point commandTester of component CommandLineExecutorComponent.

Contributed Items

  • <commandTester class="org.nuxeo.ecm.platform.commandline.executor.service.cmdtesters.SystemPathExistTester" name="SystemPathTester">
        </commandTester>

XML Source

<extension point="commandTester" target="org.nuxeo.ecm.platform.commandline.executor.service.CommandLineExecutorComponent">

    <documentation>
      Simple default tester that only checks for command existence in the system path.
    </documentation>

    <commandTester class="org.nuxeo.ecm.platform.commandline.executor.service.cmdtesters.SystemPathExistTester" name="SystemPathTester">
    </commandTester>

  </extension>